PUT /File/CheckOut/{id}/

Checks out the file with the specified ID to the caller.
 

Request

Method Request URI
PUT /API/File/CheckOut/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file to check out.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.CheckOutResultData, or a status code indicating the reason for failure.